home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-06-15 | 2.4 KB | 81 lines |
- [Admin]
- Enabled=ON
-
- [Lights]
-
- ; There are six lights in the 3DS scene Ocean set up for 3K buildings.
- ; All lights are "free directional."
- ;
- ; 1) pointing in the +Y direction, RGB 98,98,133, multiplier=1.3
- ; 2) pointing in the -Y direction, RGB 98,98,133, multiplier=1.3
- ; 3) pointing in the +X direction, RGB 255,249,232, multiplier=1.3
- ; 4) pointing in the -X direction, RGB 255,249,232, multiplier=1.3
- ; 5) pointing downward ~15 degrees off of vertical in the -Y,+X direction; RGB 198,198,198, multiplier=0.75
- ; 6) pointing downward ~15 degrees off of vertical in the +Y,-X direction; RGB 198,198,198, multiplier=0.75
-
-
- ; These lights are only used in construct mode
- ConstructNorth=164,164,164
- ConstructWest=72,72,72
- ConstructSouth=164,164,164
- ConstructEast=72,72,72
- ConstructTop=141,141,141
-
- ; These lights are only used in paint / detail mode
- TextureNorth=164,164,164
- TextureWest=124,124,124
- TextureSouth=164,164,164
- TextureEast=124,124,124
- TextureTop=141,141,141
-
- ; These lights are used in file mode, and
- ; to preview and render the result for SimCity.
- PreviewNorth=190,174,164
- PreviewWest=71,71,91
- PreviewSouth=190,174,164
- PreviewEast=71,71,91
- PreviewTop=141,141,141
-
-
- [Colors]
- ; These settings allow you to change the colors of various
- ; pieces of the building view. Each color is in ARGB form
- ; ... that is 0 --> 255 Alpha
- ; 0 --> 255 Red
- ; 0 --> 255 Green
- ; 0 --> 255 Blue
-
-
- ; Color of the currently selected block
- ConstructSelectedBlock=255,205,206,130
-
- ; Color of each filled plane displayed while editing.
- ConstructLeftPlane=127,154,163,176
- ConstructRightPlane=127,169,141,147
- ConstructFlatPlane=127,151,182,163
-
- ; Color of the block edges when selected in the block palette
- ConstructFaceOutline=255,191,191,191
-
- ; Color of the grid lines on each view
- ConstructLeftGrid=255,191,191,191
- ConstructRightGrid=255,191,191,191
- ConstructBottomGrid=255,191,191,191
- ConstructIsoGrid=255,191,191,191
-
- ; Color of the shadow cell grids displayed during mouseover
- ConstructLeftShadowOutline=255,174,50,42
- ConstructRightShadowOutline=255,58,50,162
- ConstructBottomShadowOutline=255,0,116,0
-
- ; Color of the shadow projected on each shadow plane
- ConstructShadow=255,166,166,166
-
- ; Color of the iso view volume outline.
- ConstructIsoVolumeEdge=255,135,135,135
-
- ; Color of the entire background without images
- BackgroundFill=255,219,220,226
-
-
-